git-test-epoll
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
commite820f2708e31b6dd50ddb6a029eacf92d7516769
treebc8a6cc2b523d3c148b2115c0d92ea92ddbb57a2
parentbd5feead0506df15f80a92d4832afc25e7d32983
git-test-epoll

commit 26d01172f5c3f3b912ecf21ebb911eb5351bba4d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Jan 26 08:23:41 2024 -0300

    misc: tst-poll: Proper synchronize with child before sending the signal

    When running the testsuite in parallel, for instance running make -j
    $(nproc) check, occasionally tst-epoll fails with a timeout.  It happens
    because it sometimes takes a bit more than 10ms for the process to get
    cloned and blocked by the syscall.  In that case the signal is
    sent to early, and the test fails with a timeout.

    Checked on x86_64-linux-gnu.

Gbp-Pq: Topic any
Gbp-Pq: Name git-test-epoll.diff
sysdeps/unix/sysv/linux/tst-epoll.c